'Declaration Public Function New( _
ByVal pointsThe path points.() As System.Drawing.PointF, _
ByVal pointTypesThe types of path points.() As Byte _
)
public GraphicsPathData(
System.Drawing.PointF[] points,
byte[] pointTypes
)
public: GraphicsPathData(
System.Drawing.PointF[]* points,
byte[]* pointTypes
)
public:
GraphicsPathData(
array<System.Drawing.PointF>^ points,
array<byte>^ pointTypes
)
Parameters
- points
- The path points.
- pointTypes
- The types of path points.